JavaScript Object Model
This section provides a listing of the JavaScript object that available for use in expression. along with sample "dot notation".
It is recommended that you read some of the other topics to get a broad understanding before diving into this.
Data Type Legend
Type | |
---|---|
String | Alpha numeric characters, special characters |
Date | JavaScript date object |
Long | -9223372036854775808 to 9223372036854775807. |
Serial | Database auto incremented value |
Double | 15 decimal digits precision |
Bool | true/false |
Object Model
Click the plus sign to expand each item.
-
NameData TypeDot notationDescription
-
NowdateNowJavaScript date method for current date time
-
OrderItemobjectOrderItemThe current order Item being evaluated by the expression
-
AllowMailingListboolOrderItem.AllowMailingListIf: OrderItem.CatalogItem THEN value matches "AllowMailingList" as configured for the Catalog Item
-
BranchBillingboolOrderItem.BranchBilling
-
BundleIDobjectOrderItem.BundleIDThis is not currently used so it can be ignored
-
CatalogIdentifierstringOrderItem.CatalogIdentifierIf: OrderItem.CatalogItem THEN value will match OrderItem.CatalogItem.CatalogIdentifier. OTHERWISE: value is null
-
CatalogItemobjectOrderItem.CatalogItemThe Catalog Item this Order Item is linked to.
- If: the CatalogItemType is "AdHoc" && the User chose to use custom print options.
- This value will be true
- Otherwise, this will not be null.
-
AllowMailingListboolOrderItem.CatalogItem.AllowMailingListMatches "AllowMailingList" as configured for the Catalog Item
-
ApprovedOndateOrderItem.CatalogItem.ApprovedOnthe date the catalog item was approved on. If you have no Catalog Item Approval rules setup, this value will be identical to CatalogItem.SubmittedOn
-
ApproverobjectOrderItem.CatalogItem.Approver
-
AuthorstringOrderItem.CatalogItem.AuthorMatches the "author" for the Catalog Item
-
BundleOnlyboolOrderItem.CatalogItem.BundleOnly
-
CatalogIdentifierstringOrderItem.CatalogItem.CatalogIdentifierMatches the "Catalog Identier" for the Catalog Item
-
ClassstringOrderItem.CatalogItem.ClassPersonalized, PrintOnDemand or AdHoc
-
CreatedBystringOrderItem.CatalogItem.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.CatalogItem.CreatedDateTimeThe date/time the user was created
-
DescriptionobjectOrderItem.CatalogItem.Description
-
CheckedOutBystringOrderItem.CatalogItem.Description.CheckedOutByAnytime a user makes an edit, they are "checking it out". when this property has a value, it means someone is currently working on this item.
-
CheckedOutDateTimedateOrderItem.CatalogItem.Description.CheckedOutDateTimeThe date when this item was checked out.
-
ClassstringOrderItem.CatalogItem.Description.ClassThis value will always be "Description"
-
ContentUpdatedBystringOrderItem.CatalogItem.Description.ContentUpdatedBy
-
ContentUpdatedDateTimedateOrderItem.CatalogItem.Description.ContentUpdatedDateTime
-
CreatedBystringOrderItem.CatalogItem.Description.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.CatalogItem.Description.CreatedDateTimeThe date/time the user was created
-
IDserialOrderItem.CatalogItem.Description.IDThe internal ObjectID for this object.
-
MediaTypestringOrderItem.CatalogItem.Description.MediaType
-
NamestringOrderItem.CatalogItem.Description.Name
-
NodeobjectOrderItem.CatalogItem.Description.Node
-
TitlestringOrderItem.CatalogItem.Description.Title
-
UpdatedBystringOrderItem.CatalogItem.Description.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.CatalogItem.Description.UpdatedDateTimeThe date/time this item was last updated
-
-
EnableboolOrderItem.CatalogItem.EnableMatches the "enable" setting as configured in the Catalog Item General Tab
-
ExcludeFromBestsellingboolOrderItem.CatalogItem.ExcludeFromBestsellingMatches "Exclude from Best Selling"as configured for the Catalog Item
-
FeaturedboolOrderItem.CatalogItem.FeaturedMatches "Featured" as configured for the Catalog Item
-
HasDynamicContentboolOrderItem.CatalogItem.HasDynamicContent
If: the OrderItem.CatalogItem.Class=='Personalized" this value is true
OTHERWISE: this value is FALSE
-
IDserialOrderItem.CatalogItem.IDThe internal object ID for the OrderItem.CatalogItem
-
KeywordsstringOrderItem.CatalogItem.KeywordsMatches "Keywords" as configured for the Catalog Item
-
KillDatedateOrderItem.CatalogItem.KillDateMatches the "Kill Date" for the catalog Item
-
MailingListThresholdlongOrderItem.CatalogItem.MailingListThreshold
-
NamestringOrderItem.CatalogItem.NameMatches the "Name" for the catalog Item
-
NodeobjectOrderItem.CatalogItem.Node
-
PreviewobjectOrderItem.CatalogItem.Preview
The Preview Object that stores the thumbnail image for this Catalog Item
Personalized and PrintOnDemand Catalog items have been approved, will always have a Preview. Ad Hoc Catalog items may potentially not have an image, as administrators are responsible for uploading Preview image for AdHoc Catalog items.
-
CheckedOutBystringOrderItem.CatalogItem.Preview.CheckedOutBy
-
CheckedOutDateTimedateOrderItem.CatalogItem.Preview.CheckedOutDateTime
-
ClassstringOrderItem.CatalogItem.Preview.ClassValue will always be "Image"
-
ContentUpdatedBystringOrderItem.CatalogItem.Preview.ContentUpdatedBy
-
ContentUpdatedDateTimedateOrderItem.CatalogItem.Preview.ContentUpdatedDateTime
-
CreatedBystringOrderItem.CatalogItem.Preview.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.CatalogItem.Preview.CreatedDateTimeThe date/time the user was created
-
IDserialOrderItem.CatalogItem.Preview.IDThe internal Object ID for this item.
-
MediaTypestringOrderItem.CatalogItem.Preview.MediaType
-
NamestringOrderItem.CatalogItem.Preview.NameThe name of the uploaded image
-
NodeobjectOrderItem.CatalogItem.Preview.Node
-
TypestringOrderItem.CatalogItem.Preview.TypeThe image type. png, jpg etc...
-
UpdatedBystringOrderItem.CatalogItem.Preview.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.CatalogItem.Preview.UpdatedDateTimeThe date/time this item was last updated
-
-
PricedoubleOrderItem.CatalogItem.PriceMatches the "price" for the Catalog Item
-
PricePerPagedoubleOrderItem.CatalogItem.PricePerPageMatches the "price per page" for the Catalog Item
-
QuantityControlsAllowboolOrderItem.CatalogItem.QuantityControlsAllowMatches the "enable quantity controls" for the Catalog Item
-
QuantityControlsMaxlongOrderItem.CatalogItem.QuantityControlsMaxMatches the "Max Quantity" for the Catalog Item
-
QuantityControlsMinlongOrderItem.CatalogItem.QuantityControlsMinMatches the "Min Quantity" for the Catalog Item
-
QuantityControlsSteplongOrderItem.CatalogItem.QuantityControlsStepMatches the "Internval" for the Catalog Item
-
RequiresMailingListboolOrderItem.CatalogItem.RequiresMailingListMatches "Requires Mailing List" as configured for the Catalog Item
-
RequiresSplitBuildboolOrderItem.CatalogItem.RequiresSplitBuild
If: the OrderItem.CatalogItem.Class=='Personalized" this value is true
OTHERWISE: this value is FALSE
-
ReviewDatedateOrderItem.CatalogItem.ReviewDate
-
StartWithMailingListUIboolOrderItem.CatalogItem.StartWithMailingListUIMatches "Start With Mailing List UI" as configured for the Catalog Item
-
SubmittedByobjectOrderItem.CatalogItem.SubmittedBy
-
SubmittedOndateOrderItem.CatalogItem.SubmittedOnthe date the catalog item was submitted for approval
-
UpdatedBystringOrderItem.CatalogItem.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.CatalogItem.UpdatedDateTimeThe date/time this item was last updated
-
UsesBuildboolOrderItem.CatalogItem.UsesBuild
If: the OrderItem.CatalogItem.Class=='Personalized" this value is true
OTHERWISE: this value is FALSE
- If: the CatalogItemType is "AdHoc" && the User chose to use custom print options.
-
CatalogItemTypestringOrderItem.CatalogItemTypePossible values: Personalized, PrintOnDemand or AdHoc.
-
ChannelstringOrderItem.Channel
The distribution channel selected for this OrderItem as configured in the Cart
Available distribution channels are configured at the CatalogItem Level
-
ClassstringOrderItem.Class
-
CostCenterstringOrderItem.CostCenterIf a cost center is provided during checkout, this value will match. otherwise will be null
-
CreatedBystringOrderItem.CreatedByThe User that added this item to the cart. Value can be null if items added by the system
-
CreatedDateTimedateOrderItem.CreatedDateTimeThe Date & Time the OrderItem was first created. this date corresponds the date a user first added this item to the cart.
-
DeliveryMethodstringOrderItem.DeliveryMethod
-
HasDynamicContentboolOrderItem.HasDynamicContentIf: OrderItem.CatalogItemType=='Personalized" value is always true
-
-
IsConfidentialboolOrderItem.IsConfidential
If: OrderItem.CatalogItemType=='AdHoc" value will always be true/false
Otherwise: the value is null.
-
MailingListobjectOrderItem.MailingListis not NULL if a mailing list is assigned to the Order item during the ordering process.
-
CheckedOutBystringOrderItem.MailingList.CheckedOutBy
-
CheckedOutDateTimedateOrderItem.MailingList.CheckedOutDateTime
-
ClassstringOrderItem.MailingList.ClassMailingList
-
ContentUpdatedBystringOrderItem.MailingList.ContentUpdatedBy
-
ContentUpdatedDateTimedateOrderItem.MailingList.ContentUpdatedDateTime
-
CreatedBystringOrderItem.MailingList.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.MailingList.CreatedDateTimeThe date/time the user was created
-
FilenamestringOrderItem.MailingList.FilenameThe name of the mailing list spreadsheet that was uploaded
-
IDserialOrderItem.MailingList.IDThe internal ObjectID of the mailing List
-
MediaTypestringOrderItem.MailingList.MediaType
-
NamestringOrderItem.MailingList.Name
-
NodeobjectOrderItem.MailingList.Node
-
UpdatedBystringOrderItem.MailingList.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.MailingList.UpdatedDateTimeThe date/time this item was last updated
-
-
NamestringOrderItem.Name
If: the OrderItem.CatalogItemType=="AdHoc" the name will match the file name that was uploaded
ELSE: the name will always match the OrderItem.CatalogItem.Name as configured in the Catalog Item General Tab
-
NodeobjectOrderItem.Node
-
-
ApprovedOndateOrderItem.Order.ApprovedOnThe date the order was approved on
-
ApproverobjectOrderItem.Order.Approver
-
ClassstringOrderItem.Order.ClassThis value will always be "Order"
-
CostdoubleOrderItem.Order.Costthe total cost of all Items in this Order. i.e: with 3 Order Items each costing $.25. the Cost would be $.75
-
CreatedBystringOrderItem.Order.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.Order.CreatedDateTimeThe date/time the user was created
-
IDserialOrderItem.Order.IDThe internal Object ID for this Order. this is not to be confused with the OrderNumber
-
NamestringOrderItem.Order.Name
-
NodeobjectOrderItem.Order.Node
-
OrdererobjectOrderItem.Order.OrdererThe person who submitted the order
-
ClassstringOrderItem.Order.Orderer.ClassValues are : SingleSignOn vs LocalUser
-
CreatedBystringOrderItem.Order.Orderer.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.Order.Orderer.CreatedDateTimeThe date/time the user was created
-
EmailAddressstringOrderItem.Order.Orderer.EmailAddressThe email address of the person submitting the order
-
IDserialOrderItem.Order.Orderer.IDThe Internal ObjectID of the person submitting the order
-
NamestringOrderItem.Order.Orderer.NameThe name of the person submitting the order
-
NodeobjectOrderItem.Order.Orderer.NodeOrganizational Node this user belongs to.
-
LevelobjectOrderItem.Order.Orderer.Node.LevelThe level at which this Organization Node exists
-
ClassstringOrderItem.Order.Orderer.Node.Level.ClassThis value will always be : OrganizationLevel
-
ClassstringOrderItem.Order.Orderer.Node.Level.ClassThis value will always be OrganizationNode
-
CreatedBystringOrderItem.Order.Orderer.Node.Level.CreatedByThe person or process responsible for creating the User Object
-
CreatedBystringOrderItem.Order.Orderer.Node.Level.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.Order.Orderer.Node.Level.CreatedDateTimeThe date/time the user was created
-
CreatedDateTimedateOrderItem.Order.Orderer.Node.Level.CreatedDateTimeThe date/time the user was created
-
DescriptionstringOrderItem.Order.Orderer.Node.Level.DescriptionThe description of the Organization Level
-
DescriptionstringOrderItem.Order.Orderer.Node.Level.DescriptionHuman readable description for this Organization node
-
EmailAddressstringOrderItem.Order.Orderer.Node.Level.EmailAddress
-
hasEntitlementfunctionOrderItem.Order.Orderer.Node.Level.hasEntitlement
-
IDserialOrderItem.Order.Orderer.Node.Level.IDThe Internal ObjectID of the person submitting the order
-
IDserialOrderItem.Order.Orderer.Node.Level.IDInternal ObjectID for this Organization Node
-
IdentifierlongOrderItem.Order.Orderer.Node.Level.Identifier
-
NamestringOrderItem.Order.Orderer.Node.Level.NameThe Name of this Organization Level
-
NamestringOrderItem.Order.Orderer.Node.Level.NameThe Organization Node Name
-
NodeobjectOrderItem.Order.Orderer.Node.Level.Node
-
ClassstringOrderItem.Order.Orderer.Node.Level.Node.Class
-
CreatedBystringOrderItem.Order.Orderer.Node.Level.Node.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.Order.Orderer.Node.Level.Node.CreatedDateTimeThe date/time the user was created
-
DescriptionstringOrderItem.Order.Orderer.Node.Level.Node.DescriptionA description for this Organization node, as set by client administrators
-
IDserialOrderItem.Order.Orderer.Node.Level.Node.ID
-
IdentifierlongOrderItem.Order.Orderer.Node.Level.Node.IdentifierUnique identifier set when the Organization Node was created
-
NamestringOrderItem.Order.Orderer.Node.Level.Node.Name
-
UpdatedBystringOrderItem.Order.Orderer.Node.Level.Node.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.Order.Orderer.Node.Level.Node.UpdatedDateTimeThe date/time this item was last updated
-
-
NodeobjectOrderItem.Order.Orderer.Node.Level.Nodesee Orderer Node
-
UpdatedBystringOrderItem.Order.Orderer.Node.Level.UpdatedByThe last person or process that updated the user
-
UpdatedBystringOrderItem.Order.Orderer.Node.Level.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.Order.Orderer.Node.Level.UpdatedDateTimeThe date/time this item was last updated
-
UpdatedDateTimedateOrderItem.Order.Orderer.Node.Level.UpdatedDateTimeThe date/time this item was last updated
-
UserIDstringOrderItem.Order.Orderer.Node.Level.UserID
-
-
-
UpdatedBystringOrderItem.Order.Orderer.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.Order.Orderer.UpdatedDateTimeThe date/time this item was last updated
-
UserIDstringOrderItem.Order.Orderer.UserIDThe UserID of the person submitting the order
-
-
OrderItemCountlongOrderItem.Order.OrderItemCountThe total number of OrderItems in this Order
-
OrderNumberserialOrderItem.Order.OrderNumber
The order number. this should not be confused with the "OrderItem.Order.ID". The OrderNumber is a human readable value that allows users to easily identify their Orders. The OrderID is the internal system ID used for internal processes.
Additionally, keep in mind that unsubmitted orders also have order numbers. so simply looking at the highest OrderNumber in the system is not a good indication of how many orders have been submitted. rather it's an indication of how many orders have been opened at that point in time.
-
OwnerobjectOrderItem.Order.Owner
-
RejectedOndateOrderItem.Order.RejectedOnThe date the order was rejected on
-
SubmittedOndateOrderItem.Order.SubmittedOnthe date the Order was submitted on
-
TypestringOrderItem.Order.TypePossible values are 1. Billable 2. Scratch
Only 'Billable' orders are ever submitted.
The 'scratch' Orders correspond to the "save for later" cart that is available to users
-
UpdatedBystringOrderItem.Order.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.Order.UpdatedDateTimeThe date/time this item was last updated
-
-
OrdererobjectOrderItem.Orderer
-
OwnerobjectOrderItem.Owner
-
PageCountlongOrderItem.PageCount
If. OrderItem.CatalogItemType=='Personalized" a value will always be set
Otherwise: the value will be null
-
PickupDatedateOrderItem.PickupDate
If: the user chose to pickup printed materials rather than having them shipped, AND specified a preferred "pickup time" this property will have a value.
This is configured during the "Store Pickup Selection" step of the checkout process
-
PickupLocationIDstringOrderItem.PickupLocationID
If: the user chose to pickup printed materials rather than having them shipped, this property will have a value.
this is configured during the "Store Pickup Selection" step of the checkout process
-
PieceslongOrderItem.Pieces
-
PreviewobjectOrderItem.Preview
The Preview Object that stores the thumbnail image for this Order Item
If: the OrderItem.CatalogItemType=='AdHoc' OR OrderItem.CatalogItemType=='Personalized'
A value will always exist
otherwise
This value is null
-
CheckedOutBystringOrderItem.Preview.CheckedOutBy
-
CheckedOutDateTimedateOrderItem.Preview.CheckedOutDateTime
-
ClassstringOrderItem.Preview.ClassWill always be Image
-
ContentUpdatedBystringOrderItem.Preview.ContentUpdatedBy
-
ContentUpdatedDateTimedateOrderItem.Preview.ContentUpdatedDateTime
-
CreatedBystringOrderItem.Preview.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.Preview.CreatedDateTimeThe date/time the user was created
-
IDserialOrderItem.Preview.ID
-
MediaTypestringOrderItem.Preview.MediaType
-
NamestringOrderItem.Preview.NameThe name of the preview image
-
NodeobjectOrderItem.Preview.Node
-
TypestringOrderItem.Preview.TypePersonalized, PrintOnDemand or AdHoc
-
UpdatedBystringOrderItem.Preview.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.Preview.UpdatedDateTimeThe date/time this item was last updated
-
-
-
PrintOptionsobjectOrderItem.PrintOptionsCurrently only applicable If OrderItem.CatalogItemType=='AdHoc' These are the list of options the users selects when Choosing AdHoc Print options.
-
CheckedOutBystringOrderItem.PrintOptions.CheckedOutBy
-
CheckedOutDateTimedateOrderItem.PrintOptions.CheckedOutDateTime
-
ClassstringOrderItem.PrintOptions.Class
-
ContentUpdatedBystringOrderItem.PrintOptions.ContentUpdatedBy
-
ContentUpdatedDateTimedateOrderItem.PrintOptions.ContentUpdatedDateTime
-
CreatedBystringOrderItem.PrintOptions.CreatedBy
-
CreatedDateTimedateOrderItem.PrintOptions.CreatedDateTime
-
IDserialOrderItem.PrintOptions.ID
-
MediaTypestringOrderItem.PrintOptions.MediaType
-
NamestringOrderItem.PrintOptions.Name
-
NodeobjectOrderItem.PrintOptions.Node
-
PricedoubleOrderItem.PrintOptions.Price
-
UpdatedBystringOrderItem.PrintOptions.UpdatedBy
-
UpdatedDateTimedateOrderItem.PrintOptions.UpdatedDateTime
-
-
QuantitylongOrderItem.QuantityThe quantity of items being requested for this Item as set in the Cart
-
RequiresMailingListboolOrderItem.RequiresMailingListMatches the OrderItem.CatalogItem.RequiresMailingList
-
RequiresSplitBuildboolOrderItem.RequiresSplitBuild
If: OrderItem.CatalogItemType=='Personalized" this value is true
OTHERWISE: this value is FALSE
-
StartWithMailingListUIboolOrderItem.StartWithMailingListUIMatches the OrderItem.CatalogItem.StartWithMailingListUI
-
TeamBillingboolOrderItem.TeamBilling
-
UpdatedBystringOrderItem.UpdatedBy
-
UpdatedDateTimedateOrderItem.UpdatedDateTimeThe Date & Time the OrderItem was last updated. i.e: Changing quantity, adding a mailing list etc... will cause this date to change
-
UsesBuildboolOrderItem.UsesBuild
If: the CatalogItemType=='Personalized" this value is true
OTHERWISE: this value is FALSE
-
VendorobjectOrderItem.VendorIf: a vendor currently supports this OrderItem.CatalogItemType as configured in the Vendors section, this value is not null.
-
ClassstringOrderItem.Vendor.ClassValue will always be "Vendor"
-
CreatedBystringOrderItem.Vendor.CreatedByThe person or process responsible for creating the User Object
-
CreatedDateTimedateOrderItem.Vendor.CreatedDateTimeThe date/time the user was created
-
IDserialOrderItem.Vendor.IDthe internal object ID for the Vendor
-
NamestringOrderItem.Vendor.NameThe Vendor Name
-
NodeobjectOrderItem.Vendor.Node
-
UpdatedBystringOrderItem.Vendor.UpdatedByThe last person or process that updated the user
-
UpdatedDateTimedateOrderItem.Vendor.UpdatedDateTimeThe date/time this item was last updated
-
-
-
ShippingInfoobjectShippingInfoOnly available for Batch distribution Rules
-
Address1stringShippingInfo.Address1
-
Address2stringShippingInfo.Address2
-
CitystringShippingInfo.City
-
EmailstringShippingInfo.Email
-
FirstNamestringShippingInfo.FirstName
-
LastNamestringShippingInfo.LastName
-
PhonestringShippingInfo.Phone
-
PostalCodestringShippingInfo.PostalCode
-
StatestringShippingInfo.State
-
-
PrintOptionsobjectPrintOptionsOnly available for Batch distribution Rules
-
BackCoverDetailobjectPrintOptions.BackCoverDetail
-
MediaLengthstringPrintOptions.BackCoverDetail.MediaLength
-
MediaSizestringPrintOptions.BackCoverDetail.MediaSize
-
MediaUnitsstringPrintOptions.BackCoverDetail.MediaUnits
-
MediaWidthstringPrintOptions.BackCoverDetail.MediaWidth
-
-
CatalogobjectPrintOptions.Catalog
-
LocationstringPrintOptions.Catalog.Location
-
NamestringPrintOptions.Catalog.Name
-
-
FilenamestringPrintOptions.Filename
-
FinishingOptionsobjectPrintOptions.FinishingOptions
-
BinderobjectPrintOptions.FinishingOptions.Binder
-
ColorstringPrintOptions.FinishingOptions.Binder.Color
-
FirstPageInCoverstringPrintOptions.FinishingOptions.Binder.FirstPageInCover
-
SizestringPrintOptions.FinishingOptions.Binder.Size
-
-
BindingobjectPrintOptions.FinishingOptions.Binding
-
BackCoverobjectPrintOptions.FinishingOptions.Binding.BackCover
-
MediaCategorystringPrintOptions.FinishingOptions.Binding.BackCover.MediaCategory
-
MediaDescriptionstringPrintOptions.FinishingOptions.Binding.BackCover.MediaDescription
-
-
FirstPageobjectPrintOptions.FinishingOptions.Binding.FirstPage
-
MediaCategorystringPrintOptions.FinishingOptions.Binding.FirstPage.MediaCategory
-
MediaDescriptionstringPrintOptions.FinishingOptions.Binding.FirstPage.MediaDescription
-
-
TypestringPrintOptions.FinishingOptions.Binding.Type
-
-
CuttingobjectPrintOptions.FinishingOptions.Cutting
-
TypestringPrintOptions.FinishingOptions.Cutting.Type
-
-
DrillingobjectPrintOptions.FinishingOptions.Drilling
-
TypestringPrintOptions.FinishingOptions.Drilling.Type
-
-
FoldingobjectPrintOptions.FinishingOptions.Folding
-
TextPositionstringPrintOptions.FinishingOptions.Folding.TextPosition
-
TypestringPrintOptions.FinishingOptions.Folding.Type
-
-
LaminationobjectPrintOptions.FinishingOptions.Lamination
-
BorderTypestringPrintOptions.FinishingOptions.Lamination.BorderType
-
-
StaplingobjectPrintOptions.FinishingOptions.Stapling
-
TypestringPrintOptions.FinishingOptions.Stapling.Type
-
-
-
FrontCoverDetailobjectPrintOptions.FrontCoverDetail
-
MediaLengthstringPrintOptions.FrontCoverDetail.MediaLength
-
MediaSizestringPrintOptions.FrontCoverDetail.MediaSize
-
MediaUnitsstringPrintOptions.FrontCoverDetail.MediaUnits
-
MediaWidthstringPrintOptions.FrontCoverDetail.MediaWidth
-
-
MailingListstringPrintOptions.MailingList
-
MediaCategorystringPrintOptions.MediaCategory
-
MediaDescriptionstringPrintOptions.MediaDescription
-
MediaSizestringPrintOptions.MediaSize
-
NumberOfSidesstringPrintOptions.NumberOfSides
-
PiecestringPrintOptions.Piece
-
PrintTypestringPrintOptions.PrintType
-
QuantitystringPrintOptions.Quantity
-
SpecialInstructionsstringPrintOptions.SpecialInstructions
-